home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / frame_40 / DoAction.as
Text File  |  2012-08-27  |  162b  |  8 lines

  1. percent = int(this.getBytesLoaded() / this.getBytesTotal() * 100);
  2. loading.loadbar.gotoAndStop(percent);
  3. if(percent >= 99)
  4. {
  5.    gotoAndPlay(43);
  6. }
  7. stop();
  8.